Welcome![Sign In][Sign Up]
Location:
Search - transfer file

Search list

[Web ServerQTalk

Description: 这是基于XMPP协议的GLOOX实现的一个小型即时通信软件QTALK,服务器是以WILDFIRE实现的,这是QTALK V0.6版本,但是都基本实现了即 时通信的功能,聊天,文件传输,视频聊天。-This is based on the XMPP protocol GLOOX realize a small real-time communication software QTALK, servers based on wildfire realize, this is QTALK V0.6 version, but basically the function of instant messaging, chat, file transfer, video chat.
Platform: | Size: 3557376 | Author: 杨思 | Hits:

[TCP/IP stacktcp

Description: 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -One server to receive files, the client send the file. 2 each Socket to connect at the same time can only transfer a file. 3 can also send network messages
Platform: | Size: 7062528 | Author: 张长宜 | Hits:

[Internet-NetworkNETFileSend

Description: 用在局域网中完成机子之间的数据传递,文件传输,这是一个非常标准的例子,给初学者参考最好不过啦!-LAN used in the completion of data transfer between the machine, file transfer, this is a very standard example, to the best beginners reference啦!
Platform: | Size: 715776 | Author: 吴地明 | Hits:

[File OperateFileSplitter

Description: 把大文件分割成较小的文件利于转移,存储,又可以还原成原来的文件功能不变,超好用的文件分割程序-To split large files into smaller files conducive to the transfer, storage, can be restored to the original file functionality remains unchanged, the procedure for the carving超好用documents
Platform: | Size: 35840 | Author: nara007 | Hits:

[Internet-NetworkFileServer

Description: WCF文件传输示例,C#开发。很有借鉴意义。-WCF file transfer example, C# Development. Referential significance.
Platform: | Size: 193536 | Author: nam,e | Hits:

[Windows DevelopFile.Transfer

Description: File Transfer.用VC++编写的一个文件传输的程序源代码.-File Transfer. With VC++ Prepared a file transfer program source code.
Platform: | Size: 1961984 | Author: NightSnow | Hits:

[File Operateudpsfile

Description: 可靠的UDP文件传输,用C++builder实现的-Reliable UDP file transfer, using C++ Builder to achieve the
Platform: | Size: 1034240 | Author: jingjiwu | Hits:

[JSP/JavaSourceCode

Description: jxta实现的p2p聊天,文件传输,共享,文件搜索-JXTA p2p achieved chat, file transfer, sharing, file search
Platform: | Size: 207872 | Author: 小虫子 | Hits:

[ADO-ODBCTCP

Description: Csharp的局域网两天软件,拥有文件传输·等强大的功能·-CSharp LAN software for two days, with file transfer, such as powerful
Platform: | Size: 151552 | Author: ethan | Hits:

[Delphi VCLFileTrans

Description: 代码齐全,用Delphi写的天翔远程文件传输管理-Code complete, written with Delphi Tianxiang remote file transfer management
Platform: | Size: 81920 | Author: nison chen | Hits:

[Ftp ClientFTP_delpli

Description: // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Description: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function (support Resume)// Note: This module belongs to a sub-transmission-type thread module.
Platform: | Size: 7168 | Author: wzw | Hits:

[Ftp Clienthfs2

Description: 专为个人用户所设计的 HTTP 档案系统 - Http File Server,如果您觉得架设 FTP Server 太麻烦,那么这个软件可以提供您更方便的档案传输系统,下载后无须安装,只要解压缩后执行 hfs.exe,于「Virtual File System(虚拟档案系统)」窗格下按鼠标右键,即可新增/移除虚拟档案资料夹,或者,直接将欲加入的档案拖曳至此窗口,便可架设完成个人 HTTP 虚拟档案服务器. Http File Server 汉化绿色免费版的使用说明: 请把软件解压到英文目录下运行,此版本在中文目录下不能运行。-Specifically for individual users designed HTTP file system- Http File Server, if you think too much of a hassle to set up FTP Server, then this software can provide you with a more convenient file transfer system, there is no need to install after downloading, as long as the extract after the implementation of hfs.exe , in Virtual File System (virtual file system) under the pane by right mouse button, you can Add/Remove a virtual file folder, or directly drag files to join this window can be set up to complete personal HTTP virtual file server. Http File Server Chinese green version of the use of free Description: Please unzip the software to run under the English directory, this directory in the Chinese version can not run.
Platform: | Size: 754688 | Author: 朱晓东 | Hits:

[Internet-Networkp2pTransfileServer

Description: 一个简单的P2P文件传输系统的服务器端 在VC6.0下通过-A simple P2P file transfer system in the server-side through VC6.0
Platform: | Size: 166912 | Author: lvvvvvvv | Hits:

[JSP/JavaSendFile

Description: java编写的局域网文件传输工具,具备聊天功能。适合初学者。-java prepared LAN file transfer tool, with chat features. Suitable for beginners.
Platform: | Size: 31744 | Author: makoto | Hits:

[File OperateFileTrans

Description: 文件传输_——自动更新远程计算机文件(可执行文件、动态链接库文件等) -File Transfer _- Automatic update remote computer files (executable files, dynamic link library files, etc.)
Platform: | Size: 2013184 | Author: michaelee | Hits:

[Internet-NetworkNet_BsicPro-Transfer

Description: 基本网络编程实例-点对点文件传输 -Transfer-The basic network programming examples- point-to-point file transfer-Transfer
Platform: | Size: 40960 | Author: bob | Hits:

[Internet-NetworkUDP

Description: 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not have to worry about will be packet loss, unless the network is broken, you must re. If using UDP, since UDP is unreliable, so use it to transfer files, it is necessary to ensure that packet loss, you must write our own extra code to protect the
Platform: | Size: 10240 | Author: mywk | Hits:

[CommunicationSerialfiletransfersystemsourcecode

Description: 串口文件传输系统源代码,给播放器发送命令取消文件锁定的TCP协议 端口号:8154 协议格式:A+B A:SVA_VIDEO_COM_SEND_FILE_HEAD B:如果=1,那么开始停止播放,如果=0,那么恢复 例如,如果你接收到"SVA_VIDEO_COM_SEND_FILE_HEAD1",那么开始停止播放 -Serial file transfer system source code, to the player to send an order cancellation of file locking the TCP protocol port number: 8154 Protocol format: A+ B A: SVA_VIDEO_COM_SEND_FILE_HEAD B: If = 1, then stop playback, if = 0, then the restoration of such as If you receive " SVA_VIDEO_COM_SEND_FILE_HEAD1" , then stop playback
Platform: | Size: 700416 | Author: 123 | Hits:

[Internet-Networkp2pati-win

Description: P2P实现对等文件传输, 支持NAT打洞技术。-Realize P2P peer-to-peer file transfer, support for NAT holes technology.
Platform: | Size: 714752 | Author: liy | Hits:

[OtherPypMsg-0.1-src

Description: 客户端服务器模式的python文件传输实例-Client-server file transfer mode python examples
Platform: | Size: 22528 | Author: laomao | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net